home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / etc / gimp / 2.0 / sessionrc < prev    next >
Text File  |  2009-12-15  |  1KB  |  42 lines

  1. # GIMP sessionrc
  2. # This file takes session-specific info (that is info, you want to keep
  3. # between two GIMP sessions). You are not supposed to edit it manually, but
  4. # of course you can do. The sessionrc will be entirely rewritten every time
  5. # you quit GIMP. If this file isn't found, defaults are used.
  6.  
  7. (session-info "toolbox" "dock"
  8.     (position 0 0)
  9.     (size 170 820)
  10.     (open-on-exit)
  11.     (dock
  12.         (book
  13.             (dockable "gimp-tool-options"))))
  14. (session-info "dock" "dock"
  15.     (position -0 0)
  16.     (size 210 820)
  17.     (open-on-exit)
  18.     (aux-info
  19.         (show-image-menu "true")
  20.         (follow-active-image "true"))
  21.     (dock
  22.         (book
  23.             (dockable "gimp-layer-list"
  24.             (tab-style icon))
  25.             (dockable "gimp-channel-list"
  26.             (tab-style icon))
  27.             (dockable "gimp-vectors-list"
  28.             (tab-style icon))
  29.             (dockable "gimp-undo-history"
  30.             (tab-style icon)))
  31.         (book
  32.             (position 420)
  33.             (dockable "gimp-brush-grid"
  34.             (tab-style preview))
  35.             (dockable "gimp-pattern-grid"
  36.             (tab-style preview))
  37.             (dockable "gimp-gradient-list"
  38.             (tab-style preview)))))
  39.  
  40. # end of sessionrc
  41.